﻿2026-07-16T05:48:19.3086759Z ##[group]Run actions/checkout@v5
2026-07-16T05:48:19.3087579Z with:
2026-07-16T05:48:19.3088104Z   fetch-depth: 0
2026-07-16T05:48:19.3088696Z   repository: BigscreenVR/spt-bs-core
2026-07-16T05:48:19.3093737Z   token: ***
2026-07-16T05:48:19.3094284Z   ssh-strict: true
2026-07-16T05:48:19.3094848Z   ssh-user: git
2026-07-16T05:48:19.3095401Z   persist-credentials: true
2026-07-16T05:48:19.3096127Z   clean: true
2026-07-16T05:48:19.3096688Z   sparse-checkout-cone-mode: true
2026-07-16T05:48:19.3097592Z   fetch-tags: false
2026-07-16T05:48:19.3098178Z   show-progress: true
2026-07-16T05:48:19.3098753Z   lfs: false
2026-07-16T05:48:19.3099288Z   submodules: false
2026-07-16T05:48:19.3099875Z   set-safe-directory: true
2026-07-16T05:48:19.3100481Z ##[endgroup]
2026-07-16T05:48:19.4928838Z Syncing repository: BigscreenVR/spt-bs-core
2026-07-16T05:48:19.4930741Z ##[group]Getting Git version info
2026-07-16T05:48:19.4931666Z Working directory is 'C:\actions-runner\_work\spt-bs-core\spt-bs-core'
2026-07-16T05:48:19.5251663Z [command]"c:\program files\git\cmd\git.exe" version
2026-07-16T05:48:19.5476070Z git version 2.43.0.windows.1
2026-07-16T05:48:19.5498909Z ##[endgroup]
2026-07-16T05:48:19.5506994Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\c8c9361a-1b3b-4221-bba8-4895a3969fc9\.gitconfig'
2026-07-16T05:48:19.5520937Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\c8c9361a-1b3b-4221-bba8-4895a3969fc9' before making global git config changes
2026-07-16T05:48:19.5522831Z Adding repository directory to the temporary git global config as a safe directory
2026-07-16T05:48:19.5525816Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-bs-core\spt-bs-core
2026-07-16T05:48:19.5778790Z [command]"c:\program files\git\cmd\git.exe" config --local --get remote.origin.url
2026-07-16T05:48:19.5987626Z https://github.com/BigscreenVR/spt-bs-core
2026-07-16T05:48:19.6011934Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-16T05:48:19.6015485Z [command]"c:\program files\git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-16T05:48:19.6226442Z HEAD
2026-07-16T05:48:19.6505603Z ##[endgroup]
2026-07-16T05:48:19.6506363Z [command]"c:\program files\git\cmd\git.exe" submodule status
2026-07-16T05:48:20.1320660Z ##[group]Cleaning the repository
2026-07-16T05:48:20.1324751Z [command]"c:\program files\git\cmd\git.exe" clean -ffdx
2026-07-16T05:48:21.4157451Z Removing target/
2026-07-16T05:48:21.4185036Z [command]"c:\program files\git\cmd\git.exe" reset --hard HEAD
2026-07-16T05:48:21.4767544Z HEAD is now at 1b94f268 Merge 625068789d4567678ed06bf0b5c123818629aa6e into e0387e637d175f2aef8d4d1a5e65761be0cd2cf1
2026-07-16T05:48:21.4790362Z ##[endgroup]
2026-07-16T05:48:21.4794523Z ##[group]Disabling automatic garbage collection
2026-07-16T05:48:21.4799416Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-07-16T05:48:21.5050716Z ##[endgroup]
2026-07-16T05:48:21.5051179Z ##[group]Setting up auth
2026-07-16T05:48:21.5056649Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-07-16T05:48:21.5284027Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-07-16T05:48:22.0825788Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-16T05:48:22.1069581Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-07-16T05:48:22.6827090Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-16T05:48:22.7051563Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-07-16T05:48:23.4166756Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-07-16T05:48:23.5320755Z ##[endgroup]
2026-07-16T05:48:23.5321185Z ##[group]Fetching the repository
2026-07-16T05:48:23.5329304Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --prune --no-recurse-submodules origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* +0935e9d2695e184dd19f8dfe8c6e1ae1abe404f9:refs/remotes/pull/9/merge
2026-07-16T05:48:24.3341299Z ##[endgroup]
2026-07-16T05:48:24.3341816Z ##[group]Determining the checkout info
2026-07-16T05:48:24.3342284Z ##[endgroup]
2026-07-16T05:48:24.3347127Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-07-16T05:48:24.3638432Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-07-16T05:48:24.3881505Z ##[group]Checking out the ref
2026-07-16T05:48:24.3890143Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force refs/remotes/pull/9/merge
2026-07-16T05:48:24.4509615Z Previous HEAD position was 1b94f268 Merge 625068789d4567678ed06bf0b5c123818629aa6e into e0387e637d175f2aef8d4d1a5e65761be0cd2cf1
2026-07-16T05:48:24.4510248Z HEAD is now at 0935e9d2 Merge 58e8c1fd5522fc4a205670c28c2dda0200027959 into e0387e637d175f2aef8d4d1a5e65761be0cd2cf1
2026-07-16T05:48:24.4530654Z ##[endgroup]
2026-07-16T05:48:24.4811257Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-07-16T05:48:24.5037335Z 0935e9d2695e184dd19f8dfe8c6e1ae1abe404f9
